home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / rebecca.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-08-19  |  306 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(4, 1)
  3.   set the memberNum of sprite 4 to the number of member "DIVA_BTTN DOWN.PICT"
  4.   updateStage()
  5.   puppetSound("CLANK")
  6. end
  7.  
  8. on mouseUp
  9.   set the memberNum of sprite 4 to the number of member "DIVA_BTTN.PICT"
  10.   updateStage()
  11.   puppetSprite(4, 0)
  12.   SetReturn()
  13.   go("M1")
  14. end
  15.